GoXam for WPF v3
Nodes Property (GraphModel.DataCollection<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel.DataCollection<NodeType,NodeKey> Class : Nodes Property
Gets or sets the collection of node data, each of type NodeType.
Syntax
public IEnumerable<NodeType> Nodes {get; set;}

Property Value

Setting this property will enumerate all of the node data that the argument value collection contains. If the new value is null, this collection is cleared.
See Also

Reference

GraphModel.DataCollection<NodeType,NodeKey> Class
GraphModel.DataCollection<NodeType,NodeKey> Members